@charset "UTF-8";
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.woff2") format("woff2"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.woff") format("woff"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.ttf") format("truetype"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.svg#思源黑体-细") format("svg");
  /* iOS 4.1- */ }

* {
  font-family: "webfont"; }

.mask1 {
  background-color: #212529;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 10%;
  width: 100%;
  height: 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .mask1 .mask-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    width: 100%; }
    .mask1 .mask-cover .nav {
      align-items: center;
      justify-content: flex-end;
      justify-content: space-between;
      width: 800px;
      height: 75px; }
      .mask1 .mask-cover .nav li {
        line-height: 75px;
        height: 100%;
        position: relative; }
        .mask1 .mask-cover .nav li span {
          height: 2px;
          width: 30px;
          background-color: #F7941D;
          position: absolute;
          bottom: 0;
          left: 0px;
          visibility: hidden;
          opacity: 0; }
        .mask1 .mask-cover .nav li a {
          display: inline-block;
          height: 100%;
          text-decoration: none;
          font-size: 16px;
          font-weight: 300;
          color: #FFFFFF; }
        .mask1 .mask-cover .nav li:hover span {
          visibility: visible;
          opacity: 1;
          transition: all .5s linear; }
      .mask1 .mask-cover .nav li:nth-child(3) {
        position: relative; }
        .mask1 .mask-cover .nav li:nth-child(3) div {
          visibility: hidden;
          opacity: 0;
          background-color: white;
          box-shadow: 0px 0px 133px 0px rgba(20, 26, 32, 0.21);
          border-radius: 6px;
          padding: 15px 30px 15px 30px;
          position: absolute;
          top: 60px;
          left: -26px; }
          .mask1 .mask-cover .nav li:nth-child(3) div i {
            display: flex;
            flex-direction: column;
            height: 30px;
            font-style: normal;
            transition: all .5 linear; }
            .mask1 .mask-cover .nav li:nth-child(3) div i a {
              display: inline-block;
              height: 30px;
              width: 60px;
              text-align: center;
              line-height: 30px;
              font-size: 14px;
              color: #010101;
              font-weight: 400;
              color: #000000; }
              .mask1 .mask-cover .nav li:nth-child(3) div i a:hover {
                color: #F7941D; }
      .mask1 .mask-cover .nav .hov-li:hover .li-xiala {
        transition: all .5s linear;
        visibility: visible;
        opacity: 1;
        top: 70px; }
    .mask1 .mask-cover .header_icon {
      display: none;
      z-index: 999; }
      .mask1 .mask-cover .header_icon .icon_one {
        border-radius: 2px;
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 5px 0;
        transition: 0.3s ease-in-out; }
      .mask1 .mask-cover .header_icon .bac {
        background-color: #FFFFFF; }
      .mask1 .mask-cover .header_icon .icon_one:nth-child(2) {
        width: 20px; }
      .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(1) {
        width: 20px; }
      .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(2) {
        width: 30px; }
      .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(3) {
        width: 20px; }
      .mask1 .mask-cover .header_icon .icon_one.active:nth-child(1) {
        transform: rotate(405deg) translate(2px, 8px); }
      .mask1 .mask-cover .header_icon .icon_one.active:nth-child(2) {
        opacity: 0;
        transform: translateX(10px);
        transition: 0.3s ease-in-out; }
      .mask1 .mask-cover .header_icon .icon_one.active:nth-child(3) {
        transform: rotate(-405deg) translate(2px, -8px);
        transform-origin: center center; }

.mask {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #010101;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s linear; }
  .mask ul {
    display: flex;
    margin-top: 400px;
    padding: 0 15%;
    justify-content: space-between; }
    .mask ul li a {
      font-size: 24px;
      font-weight: 300;
      color: #FFFFFF; }

@media (max-width: 996px) {
  .mask1 {
    padding: 0 5% !important; }
  .mask .mask-logo {
    padding: 20px 0 0 5%; }
  .mask ul {
    display: flex;
    flex-direction: column;
    margin-top: 100px !important;
    padding: 0 100px;
    text-align: center; }
    .mask ul li {
      margin-bottom: 30px; }
      .mask ul li a {
        font-size: 18px !important;
        font-weight: 400;
        color: #FFFFFF; } }

.mcc {
  width: 100% !important; }

.o-hide {
  overflow: visible;
  padding-right: 0; }

.show {
  opacity: 1;
  visibility: visible; }

.o-hide {
  overflow: hidden;
  padding-right: 8px; }

@media (max-width: 1200px) {
  .mask1 {
    padding: 0 5%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .mask1 .mask-cover {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 75px;
      width: 100%; }
      .mask1 .mask-cover .nav {
        align-items: center;
        justify-content: flex-end;
        justify-content: space-between;
        width: 800px;
        height: 75px;
        display: none; }
        .mask1 .mask-cover .nav li {
          line-height: 75px;
          height: 100%;
          position: relative; }
          .mask1 .mask-cover .nav li span {
            height: 2px;
            width: 30px;
            background-color: #F7941D;
            position: absolute;
            bottom: 0;
            left: 0px;
            visibility: hidden;
            opacity: 0; }
          .mask1 .mask-cover .nav li a {
            display: inline-block;
            height: 100%;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            color: #FFFFFF; }
          .mask1 .mask-cover .nav li:hover span {
            visibility: visible;
            opacity: 1;
            transition: all .5s linear; }
      .mask1 .mask-cover .header_icon {
        display: block !important;
        z-index: 9999; }
        .mask1 .mask-cover .header_icon .icon_one {
          border-radius: 2px;
          width: 30px;
          height: 2px;
          background-color: white;
          margin: 6px 0;
          transition: 0.3s ease-in-out; }
        .mask1 .mask-cover .header_icon .bac {
          background-color: #FFFFFF; }
        .mask1 .mask-cover .header_icon .icon_one:nth-child(2) {
          width: 20px; }
        .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(1) {
          width: 20px; }
        .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(2) {
          width: 30px; }
        .mask1 .mask-cover .header_icon:hover .icon_one:nth-child(3) {
          width: 20px; }
        .mask1 .mask-cover .header_icon .icon_one.active:nth-child(1) {
          transform: translateY(8px) rotate(-225deg); }
        .mask1 .mask-cover .header_icon .icon_one.active:nth-child(2) {
          opacity: 0;
          transform: translateX(10px);
          transition: 0.3s ease-in-out; }
        .mask1 .mask-cover .header_icon .icon_one.active:nth-child(3) {
          transform: translateY(-8px) rotate(225deg);
          transform-origin: center center; }
  .mask {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #010101;
    padding: 12px 5% 0 5%;
    transition: opacity .5s linear; }
    .mask .mask-logo {
      padding: 0 0 0 0; }
    .mask ul {
      display: flex;
      margin-top: 400px;
      padding: 0 15%;
      justify-content: space-between; }
      .mask ul li a {
        font-size: 24px;
        font-weight: 300;
        color: #FFFFFF; } }

.s {
  display: none; }

.capan {
  background-color: #212529;
  padding: 188px 5% 161px 10%;
  position: relative; }
  .capan .switch {
    position: absolute;
    right: 0;
    top: 120px;
    width: 150px; }
    .capan .switch .comepany {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 30px; }
      .capan .switch .comepany div:nth-child(1) {
        font-size: 16px;
        font-weight: 400;
        margin-right: 20px; }
        .capan .switch .comepany div:nth-child(1) a {
          color: #969696; }
      .capan .switch .comepany div:nth-child(2) {
        width: 30px;
        height: 3px;
        background-color: #f7941d;
        transition: width .3s linear; }
      .capan .switch .comepany:hover div:nth-child(1) {
        font-size: 16px;
        font-weight: 400; }
        .capan .switch .comepany:hover div:nth-child(1) a {
          color: #D9D9D9; }
      .capan .switch .comepany:hover div:nth-child(2) {
        width: 60px; }
    .capan .switch .Industry {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 30px; }
      .capan .switch .Industry div:nth-child(1) {
        font-size: 16px;
        font-weight: 400;
        margin-right: 20px; }
        .capan .switch .Industry div:nth-child(1) a {
          color: #969696; }
      .capan .switch .Industry div:nth-child(2) {
        width: 30px;
        height: 3px;
        background-color: #f7941d;
        transition: width .3s linear; }
      .capan .switch .Industry:hover div:nth-child(1) {
        font-size: 16px;
        font-weight: 400; }
        .capan .switch .Industry:hover div:nth-child(1) a {
          color: #D9D9D9; }
      .capan .switch .Industry:hover div:nth-child(2) {
        width: 60px; }
    .capan .switch .activess {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 30px; }
      .capan .switch .activess div:nth-child(1) {
        font-size: 16px;
        font-weight: 400;
        margin-right: 20px; }
        .capan .switch .activess div:nth-child(1) a {
          color: #969696; }
      .capan .switch .activess div:nth-child(2) {
        width: 0px;
        height: 3px;
        background-color: #f7941d;
        transition: width .3s linear; }
      .capan .switch .activess div:nth-child(1) {
        font-size: 16px;
        font-weight: 400; }
        .capan .switch .activess div:nth-child(1) a {
          color: #D9D9D9; }
      .capan .switch .activess div:nth-child(2) {
        width: 30px; }
  .capan .qualification {
    display: flex;
    justify-content: space-between; }
    .capan .qualification .qualification-title {
      font-size: 52px;
      position: relative;
      font-weight: 400;
      color: #FFFFFF; }
      .capan .qualification .qualification-title::after {
        display: inline-block;
        content: "";
        width: 40px;
        height: 5px;
        background-color: #f7941d;
        position: absolute;
        left: 0;
        bottom: 0px;
        transition: all .3s linear; }
    .capan .qualification .qualification-eng {
      font-size: 90px;
      font-weight: normal;
      color: #FFFFFF;
      opacity: 0.01; }
  .capan .qualifi {
    margin-top: 63px; }
    .capan .qualifi .qualifi-pic img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .capan .profile {
    display: flex;
    background-color: #212529;
    justify-content: space-between; }
    .capan .profile .profile-pic {
      width: 744px;
      height: 434px; }
      .capan .profile .profile-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .capan .profile .proflie-content {
      width: 669px;
      height: 392px; }
      .capan .profile .proflie-content div:nth-child(1) {
        font-size: 90px;
        font-weight: normal;
        color: #FFFFFF;
        opacity: 0.01;
        margin-bottom: 23px; }
      .capan .profile .proflie-content div:nth-child(2) {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF;
        padding-bottom: 24px;
        margin-bottom: 61px;
        position: relative; }
        .capan .profile .proflie-content div:nth-child(2)::after {
          display: inline-block;
          content: "";
          width: 40px;
          height: 5px;
          background-color: #f7941d;
          position: absolute;
          left: 0;
          bottom: 0px;
          transition: all .3s linear; }
      .capan .profile .proflie-content div:nth-child(3) {
        font-size: 16px;
        font-weight: 300;
        color: #90969C;
        line-height: 26px; }
  .capan .line-cs1 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #f7941d;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    animation: msll 5s linear infinite; }
  .capan .line-cs2 {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #313538;
    left: 0px;
    bottom: 0px; }

@keyframes msll {
  from {
    width: 0; }
  to {
    width: 100%; } }

@media (max-width: 1200px) {
  .capan {
    background-color: #212529;
    position: relative; }
    .capan .switch {
      position: absolute;
      right: 0;
      top: 120px;
      width: 150px; }
      .capan .switch .comepany {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .comepany div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .comepany div:nth-child(1) a {
            color: #969696; }
        .capan .switch .comepany div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .comepany:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .comepany:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .comepany:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .Industry {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .Industry div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .Industry div:nth-child(1) a {
            color: #969696; }
        .capan .switch .Industry div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .Industry:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .Industry:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .Industry:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .activess {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .activess div:nth-child(1) a {
            color: #969696; }
        .capan .switch .activess div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .activess div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .activess div:nth-child(2) {
          width: 30px; }
    .capan .qualification {
      display: flex;
      justify-content: space-between; }
      .capan .qualification .qualification-title {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF; }
      .capan .qualification .qualification-eng {
        font-size: 90px;
        font-weight: normal;
        color: #FFFFFF;
        opacity: 0.01; }
    .capan .qualifi {
      margin-top: 63px; }
      .capan .qualifi .qualifi-pic {
        margin-bottom: 50px; }
        .capan .qualifi .qualifi-pic img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .capan .profile {
      display: flex;
      background-color: #212529;
      justify-content: space-between; }
      .capan .profile .profile-pic {
        width: 744px;
        height: 434px; }
        .capan .profile .profile-pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .capan .profile .proflie-content {
        width: 669px;
        height: 392px; }
        .capan .profile .proflie-content div:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #FFFFFF;
          opacity: 0.01;
          margin-bottom: 23px;
          display: none; }
        .capan .profile .proflie-content div:nth-child(2) {
          font-size: 52px;
          font-weight: 400;
          color: #FFFFFF;
          padding-bottom: 24px;
          margin-bottom: 40px;
          position: relative; }
          .capan .profile .proflie-content div:nth-child(2)::after {
            display: inline-block;
            content: "";
            width: 40px;
            height: 5px;
            background-color: #f7941d;
            position: absolute;
            left: 0;
            bottom: 0px;
            transition: all .3s linear; }
        .capan .profile .proflie-content div:nth-child(3) {
          font-size: 16px;
          font-weight: 300;
          color: #90969C;
          line-height: 26px; }
    .capan .line-cs1 {
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #f7941d;
      left: 0px;
      bottom: 0px;
      z-index: 999;
      animation: msll 5s linear infinite; }
    .capan .line-cs2 {
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #313538;
      left: 0px;
      bottom: 0px; }
  @keyframes msll {
    from {
      width: 0; }
    to {
      width: 100%; } } }

@media (max-width: 992px) {
  .capan {
    background-color: #212529;
    padding: 188px 5% 161px 10%;
    position: relative; }
    .capan .switch {
      position: absolute;
      right: 0;
      top: 120px;
      width: 150px; }
      .capan .switch .comepany {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .comepany div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .comepany div:nth-child(1) a {
            color: #969696; }
        .capan .switch .comepany div:nth-child(2) {
          width: 30px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .comepany:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .comepany:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .comepany:hover div:nth-child(2) {
          width: 60px; }
      .capan .switch .Industry {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .Industry div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .Industry div:nth-child(1) a {
            color: #969696; }
        .capan .switch .Industry div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .Industry:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .Industry:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .Industry:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .activess {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .activess div:nth-child(1) a {
            color: #969696; }
        .capan .switch .activess div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .activess div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .activess div:nth-child(2) {
          width: 30px; }
    .capan .qualification {
      display: flex;
      justify-content: space-between; }
      .capan .qualification .qualification-title {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF; }
      .capan .qualification .qualification-eng {
        font-size: 90px;
        font-weight: normal;
        color: #FFFFFF;
        opacity: 0.01; }
    .capan .qualifi {
      margin-top: 63px; }
      .capan .qualifi .qualifi-pic {
        margin-bottom: 50px; }
        .capan .qualifi .qualifi-pic img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .capan .profile {
      display: flex;
      background-color: #212529;
      justify-content: space-between; }
      .capan .profile .profile-pic {
        width: 744px;
        height: 434px;
        margin-top: 50px; }
        .capan .profile .profile-pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .capan .profile .proflie-content {
        width: 669px;
        height: 300px; }
        .capan .profile .proflie-content div:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #FFFFFF;
          opacity: 0.01;
          margin-bottom: 23px;
          display: none; }
        .capan .profile .proflie-content div:nth-child(2) {
          font-size: 52px;
          font-weight: 400;
          color: #FFFFFF;
          padding-bottom: 24px;
          margin-top: 50px;
          margin-bottom: 40px;
          position: relative; }
          .capan .profile .proflie-content div:nth-child(2)::after {
            display: inline-block;
            content: "";
            width: 40px;
            height: 5px;
            background-color: #f7941d;
            position: absolute;
            left: 0;
            bottom: 0px;
            transition: all .3s linear; }
        .capan .profile .proflie-content div:nth-child(3) {
          font-size: 16px;
          font-weight: 300;
          color: #90969C;
          line-height: 26px; }
    .capan .line-cs1 {
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #f7941d;
      left: 0px;
      bottom: 0px;
      z-index: 999;
      animation: msll 5s linear infinite; }
    .capan .line-cs2 {
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #313538;
      left: 0px;
      bottom: 0px; }
  @keyframes msll {
    from {
      width: 0; }
    to {
      width: 100%; } } }

@media (max-width: 768px) {
  .capan {
    background-color: #212529;
    padding: 188px 5% 161px 10%;
    position: relative; }
    .capan .switch {
      position: absolute;
      right: 0;
      top: 120px;
      width: 150px; }
      .capan .switch .comepany {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .comepany div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .comepany div:nth-child(1) a {
            color: #969696; }
        .capan .switch .comepany div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .comepany:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .comepany:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .comepany:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .Industry {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .Industry div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .Industry div:nth-child(1) a {
            color: #969696; }
        .capan .switch .Industry div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .Industry:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .Industry:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .Industry:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .activess {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .activess div:nth-child(1) a {
            color: #969696; }
        .capan .switch .activess div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .activess div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .activess div:nth-child(2) {
          width: 30px; }
    .capan .qualification {
      display: flex;
      justify-content: space-between; }
      .capan .qualification .qualification-title {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF; }
      .capan .qualification .qualification-eng {
        font-size: 90px;
        font-weight: normal;
        color: #FFFFFF;
        opacity: 0.01; }
    .capan .qualifi {
      margin-top: 63px; }
      .capan .qualifi .qualifi-pic {
        margin-bottom: 50px; }
        .capan .qualifi .qualifi-pic img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .capan .profile {
      display: flex;
      background-color: #212529;
      justify-content: space-between; }
      .capan .profile .profile-pic {
        width: 744px;
        height: 434px; }
        .capan .profile .profile-pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .capan .profile .proflie-content {
        width: 669px;
        height: 300px; }
        .capan .profile .proflie-content div:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #FFFFFF;
          opacity: 0.01;
          margin-bottom: 23px;
          display: none; }
        .capan .profile .proflie-content div:nth-child(2) {
          font-size: 52px;
          font-weight: 400;
          color: #FFFFFF;
          padding-bottom: 24px;
          margin-bottom: 40px;
          position: relative; }
          .capan .profile .proflie-content div:nth-child(2)::after {
            display: inline-block;
            content: "";
            width: 40px;
            height: 5px;
            background-color: #f7941d;
            position: absolute;
            left: 0;
            bottom: 0px;
            transition: all .3s linear; }
        .capan .profile .proflie-content div:nth-child(3) {
          font-size: 16px;
          font-weight: 300;
          color: #90969C;
          line-height: 26px; }
    .capan .line-cs1 {
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #f7941d;
      left: 0px;
      bottom: 0px;
      z-index: 999;
      animation: msll 5s linear infinite; }
    .capan .line-cs2 {
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #313538;
      left: 0px;
      bottom: 0px; }
  @keyframes msll {
    from {
      width: 0; }
    to {
      width: 100%; } } }

@media (max-width: 568px) {
  .capan {
    background-color: #212529;
    padding: 188px 5% 161px 5%;
    position: relative; }
    .capan .switch {
      position: absolute;
      right: 0;
      top: 120px;
      width: 150px; }
      .capan .switch .comepany {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .comepany div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .comepany div:nth-child(1) a {
            color: #969696; }
        .capan .switch .comepany div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .comepany:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .comepany:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .comepany:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .Industry {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .capan .switch .Industry div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .Industry div:nth-child(1) a {
            color: #969696; }
        .capan .switch .Industry div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .Industry:hover div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .Industry:hover div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .Industry:hover div:nth-child(2) {
          width: 30px; }
      .capan .switch .activess {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 5px; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400;
          margin-right: 20px; }
          .capan .switch .activess div:nth-child(1) a {
            color: #969696; }
        .capan .switch .activess div:nth-child(2) {
          width: 0px;
          height: 3px;
          background-color: #f7941d;
          transition: width .3s linear; }
        .capan .switch .activess div:nth-child(1) {
          font-size: 16px;
          font-weight: 400; }
          .capan .switch .activess div:nth-child(1) a {
            color: #D9D9D9; }
        .capan .switch .activess div:nth-child(2) {
          width: 30px; }
    .capan .qualification {
      display: flex;
      justify-content: space-between; }
      .capan .qualification .qualification-title {
        font-size: 30px;
        font-weight: 400;
        color: #FFFFFF; }
      .capan .qualification .qualification-eng {
        font-size: 90px;
        font-weight: normal;
        color: #FFFFFF;
        opacity: 0.01; }
    .capan .qualifi {
      margin-top: 20px; }
      .capan .qualifi .qualifi-pic {
        margin-bottom: 20px; }
        .capan .qualifi .qualifi-pic img {
          width: 100%;
          height: 100%;
          object-fit: none; }
    .capan .profile {
      display: flex;
      background-color: #212529;
      justify-content: space-between; }
      .capan .profile .profile-pic {
        width: 744px;
        height: 300px;
        margin-bottom: 30px; }
        .capan .profile .profile-pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .capan .profile .proflie-content {
        width: 669px;
        height: 300px; }
        .capan .profile .proflie-content div:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #FFFFFF;
          opacity: 0.01;
          margin-bottom: 23px;
          display: none; }
        .capan .profile .proflie-content div:nth-child(2) {
          font-size: 52px;
          font-weight: 400;
          color: #FFFFFF;
          padding-bottom: 24px;
          margin-bottom: 40px;
          position: relative; }
          .capan .profile .proflie-content div:nth-child(2)::after {
            display: inline-block;
            content: "";
            width: 40px;
            height: 5px;
            background-color: #f7941d;
            position: absolute;
            left: 0;
            bottom: 0px;
            transition: all .3s linear; }
        .capan .profile .proflie-content div:nth-child(3) {
          font-size: 16px;
          font-weight: 300;
          color: #90969C;
          line-height: 26px; }
    .capan .line-cs1 {
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #f7941d;
      left: 0px;
      bottom: 0px;
      z-index: 999;
      animation: msll 5s linear infinite; }
    .capan .line-cs2 {
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #313538;
      left: 0px;
      bottom: 0px; }
  @keyframes msll {
    from {
      width: 0; }
    to {
      width: 100%; } } }

.footer {
  background-color: #212529;
  padding: 68px 10% 119px 10%;
  display: flex;
  justify-content: space-between; }
  .footer .aderss p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss p:nth-child(2) {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss p:nth-child(3) {
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss span {
    display: inline-block;
    background-color: #2547F2;
    width: 140px;
    height: 42px;
    text-align: center;
    margin-bottom: 35px; }
    .footer .aderss span a {
      text-decoration: none;
      font-size: 14px;
      line-height: 42px;
      font-weight: 300;
      color: #FFFFFF; }
  .footer .call p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .call p:nth-child(2) {
    padding-bottom: 29px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF; }
  .footer .call p:nth-child(3) {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .call p:nth-child(4) {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .call p:nth-child(5) {
    padding-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .fast p a {
    color: #FFFFFF; }
  .footer .fast p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(2) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(3) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(4) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(5) {
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .talk p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 34px; }
  .footer .talk div {
    width: 128px;
    height: 128px;
    padding-bottom: 20px; }
    .footer .talk div img {
      width: 100%;
      height: 100%; }
  .footer .talk span {
    font-size: 14px;
    font-weight: 200;
    color: #FFFFFF; }

.light {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000; }
  .light div {
    font-size: 14px;
    color: #585A5C; }
    .light div a {
      color: #585A5C; }
